home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / text / html / HTMLDocument$HTMLReader$SpecialAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  773 b   |  18 lines

  1. package javax.swing.text.html;
  2.  
  3. import javax.swing.text.MutableAttributeSet;
  4.  
  5. public class HTMLDocument$HTMLReader$SpecialAction extends HTMLDocument.HTMLReader.TagAction {
  6.    // $FF: synthetic field
  7.    private final HTMLDocument.HTMLReader this$1;
  8.  
  9.    public HTMLDocument$HTMLReader$SpecialAction(HTMLDocument.HTMLReader var1) {
  10.       super(var1);
  11.       this.this$1 = var1;
  12.    }
  13.  
  14.    public void start(HTML.Tag var1, MutableAttributeSet var2) {
  15.       this.this$1.addSpecialElement(var1, var2);
  16.    }
  17. }
  18.